Autogenerated HTML docs for v1.5.0.3-382-g34572 
diff --git a/git-send-email.txt b/git-send-email.txt index 35b0104..9b3aabb 100644 --- a/git-send-email.txt +++ b/git-send-email.txt 
@@ -40,7 +40,8 @@ 	the first will be sent as replies to the first email sent. When using 	this, it is recommended that the first file given be an overview of the 	entire patch series. -	Default is --chain-reply-to +	Default is the value of the 'sendemail.chainreplyto' configuration +	value; if that is unspecified, default to --chain-reply-to.    --compose:: 	Use $EDITOR to edit an introductory message for the @@ -91,6 +92,26 @@  The --to option must be repeated for each user you want on the to list.     +CONFIGURATION +------------- +sendemail.aliasesfile:: +	To avoid typing long email addresses, point this to one or more +	email aliases files. You must also supply 'sendemail.aliasfiletype'. + +sendemail.aliasfiletype:: +	Format of the file(s) specified in sendemail.aliasesfile. Must be +	one of 'mutt', 'mailrc', 'pine', or 'gnus'. + +sendemail.bcc:: +	Email address (or alias) to always bcc. + +sendemail.chainreplyto:: +	Boolean value specifying the default to the '--chain_reply_to' +	parameter. + +sendemail.smtpserver:: +	Default smtp server to use. +  Author  ------  Written by Ryan Anderson <ryan@michonline.com>